ASP.NET Core MVC コントロールヘルプ
Mask メソッド (InputTimeBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > InputTimeBuilder<T> クラス : Mask メソッド
The value.
Configurates C1.Web.Mvc.InputTime<T>.Mask. Sets a mask to use while the user is editing.
シンタックス
'宣言
 
Public Function Mask( _
   ByVal value As System.String _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> Mask( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If specified, the mask must be compatible with the value of the Format property. For example, you can use the mask '99:99 >LL' for entering short times (format 't').
参照

InputTimeBuilder<T> クラス
InputTimeBuilder<T> メンバ